.pClock {
    background: url(../images/clock_bj.jpg) no-repeat;
    border: none;
    height: 43px;
    padding: 9px 0 0;
    position: relative;
    text-align: left;
    width: 413px;
	cursor:pointer;
	float:right;
}
#rollBox {
	position:absolute;
	right:5px;
	width:280px;
}
.roller-container {
	height: 33px;
	line-height: 33px;
	position: relative;
	text-align: center;
}
.roller-container .roller-digit {
	width: 24px;
	height: 33px;
	line-height: 33px;
	float: left;
	top: 0px;
}
.digit-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 24px;
	height: 33px;
	line-height: 33px;
}
.digit-mask {
	position: relative;
	width: 24px;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	float: right;
}
.digit-0 {
	background: url(../images/0.jpg);
	line-height: 33px;
}
.digit-1 {
	background: url(../images/1.jpg);
	line-height: 33px;
}
.digit-2 {
	background: url(../images/2.jpg);
	line-height: 33px;
}
.digit-3 {
	background: url(../images/3.jpg);
	line-height: 33px;
}
.digit-4 {
	background: url(../images/4.jpg);
	line-height: 33px;
}
.digit-5 {
	background: url(../images/5.jpg);
	line-height: 33px;
}
.digit-6 {
	background: url(../images/6.jpg);
	line-height: 33px;
}
.digit-7 {
	background: url(../images/7.jpg);
	line-height: 33px;
}
.digit-8 {
	background: url(../images/8.jpg);
	line-height: 33px;
}
.digit-9 {
	background: url(../images/9.jpg);
	line-height: 33px;
}